CollectionView for WinForms
InsertAsync メソッド (C1FilterCollectionView<T>)

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > C1FilterCollectionView<T> クラス : InsertAsync メソッド
The index where the item will be inserted.
The item to be inserted.
Inserts the specified item at the specified index in the collection.
シンタックス
'宣言
 
Public Overrides Function InsertAsync( _
   ByVal index As System.Integer, _
   ByVal item As System.Object _
) As System.Threading.Tasks.Task(Of Integer)
public override System.Threading.Tasks.Task<int> InsertAsync( 
   System.int index,
   System.object item
)

パラメータ

index
The index where the item will be inserted.
item
The item to be inserted.
参照

C1FilterCollectionView<T> クラス
C1FilterCollectionView<T> メンバ